type go.uber.org/mock/gomock.eqMatcher

4 uses

	go.uber.org/mock/gomock (current package)
		matchers.go#L117: type eqMatcher struct {
		matchers.go#L121: func (e eqMatcher) Matches(x any) bool {
		matchers.go#L139: func (e eqMatcher) String() string {
		matchers.go#L378: func Eq(x any) Matcher { return eqMatcher{x} }